[@main]
<Your current Gold are:> <$GAMEGOLD>\
Welcome, my name is the GameGold Merchant, if you donate\
to the server you recieve Gold which you can spend via me\
and obtain awesome items, pets and teleports to aid your game!\
<What/@info> are Game Golds?\
<Use/@use> GameGold's || <Collect/@recieve> your GameGold's || <Virtual Shop/@purchaseitem>\
<exit/@exit>

[@info]
<GameGold's> are attributes which are given when you have\
donated to the ragezone server, for 5 pounds you recieve 100\
GameGold's to spend on whichever you like, ranging from KR\
teleports to gold to rare items and useful items, each one\
is designed to benefit a single person and not currupt the\
server! So donate today via paypal on our forum, please inc\
your character name when sending!\
\
<back/@main>

[@check]
Look in your bag

[@enjoy]
Thank you for helping the server, this is a special thanks\
from me to you, but remember, our aim is to keep the server\
not to currupt it, <remaining Game Golds are:> <$GAMEGOLD>\
\  \
<exit/@exit>

[@error]
Sorry, you cannot do that\
\
<exit/@exit>

[@use]
;#IF
;checkGameGold > 0
#ACT
goto @display
;#ELSEACT
;goto @needGold

[@needGold]
Hi, in order to view the items you can choose from you must\
already have <GameGold's> on your account.\
\
<exit/@exit>

[@display]
<Here is a selection of items you may convert with enough Gold>\ \
\
<10/@1> - Game Golds      <25/@2> - Game Golds      <50/@3> - Game Golds\
<75/@4> - Game Golds      <100/@5> - Game Golds     <150/@6> - Game Golds\
<200/@7> - Game Golds      <400/@8> - Game Golds     <500/@9> - Game Golds\
<1000/@10> - Game Golds       <Pets/@pets> - yay!          <Change Gender/@changegender> - WTF?\
<Special Powers/@special> - We are crazy\
<exit/@exit>\

[@1]
Hi, each one of the items below can be purchased for 10 game\
Gold only! <Your current GameGolds are:> <$GAMEGOLD>\
\  \
<Teleport - WT KR/@1.1>     <Teleport - ST7/@1.2>     <Teleport - ZTKR/@1.3>\
<Teleport - RME KR/@1.4>    <Teleport - LDC/@1.5>     <Teleport - BDD KH/@1.6>\
<Benediction Oil/@1.7>         <200,000 Gold/@1.8>\
\  \
<exit/@exit>

[@1.1]
#IF
checkGameGold > 9
#ACT
GameGold - 10
MAPMOVE D024
goto @enjoy
#ELSEACT
goto @error

[@1.2]
#IF
checkGameGold > 9
#ACT
GameGold - 10
MAPMOVE D717
goto @enjoy
#ELSEACT
goto @error

[@1.3]
#IF
checkGameGold > 9
#ACT
GameGold - 10
MAPMOVE D515
goto @enjoy
#ELSEACT
goto @error

[@1.4]
#IF
checkGameGold > 9
#ACT
GameGold - 10
MAPMOVE D10062
goto @enjoy
#ELSEACT
goto @error

[@1.5]
#IF
checkGameGold > 9
#ACT
GameGold - 10
MAPMOVE D606
goto @enjoy
#ELSEACT
goto @error

[@1.6]
#IF
checkGameGold > 9
#ACT
GameGold - 10
MAPMOVE D2008
goto @enjoy
#ELSEACT
goto @error

[@1.7]
#IF
checkGameGold > 9
#ACT
GameGold - 10
give Benedictionoil 1
goto @enjoy
#ELSEACT
goto @error

[@1.8]
#IF
checkGameGold > 9
#ACT
GameGold - 10
give gold 200000
goto @enjoy
#ELSEACT
goto @error

[@2]
Hi, each one of the items below can be purchased for 25 game\
Gold only! <Your current GameGolds are:> <$GAMEGOLD>\
\  \
<DCStone(M)/@2.1>                              <MCStone(M)/@2.2>\
<TaoStone(M)/@2.3>                             <BronzeBelt/@2.4>\
<BlackBoots/@2.5>\
\  \
<exit/@exit>

[@2.1]
#IF
checkGameGold > 24
#ACT
GameGold - 25
give DCSTONE(M) 1
goto @enjoy
#ELSEACT
goto @error

[@2.2]
#IF
checkGameGold > 24
#ACT
GameGold - 25
give MCSTone(M) 1
goto @enjoy
#ELSEACT
goto @error

[@2.3]
#IF
checkGameGold > 24
#ACT
GameGold - 25
give TaoStone(M) 1
goto @enjoy
#ELSEACT
goto @error

[@2.4]
#IF
checkGameGold > 24
#ACT
GameGold - 25
give BronzeBelt 1
goto @enjoy
#ELSEACT
goto @error

[@2.5]
#IF
checkGameGold > 24
#ACT
GameGold - 25
give BlackBoots 1
goto @enjoy
#ELSEACT
goto @error

[@3]
Hi, each one of the items below can be purchased for 50 game\
Gold only! <Your current GameGolds are:> <$GAMEGOLD>\
\  \
<GreatAxe/@3.1>          <MageStaff/@3.2>          <SerpentSword/@3.3>\
<RubyRing/@3.4>          <DragonRing/@3.5>         <PlatinumRing/@3.6>\
<SpellBracelet/@3.7>     <3rdEye/@3.8>              <KnightBracelet/@3.9>\
<ClawNecklace/@3.10>     <LifeNecklace/@3.11>      <PearlNecklace/@3.12>\
<exit/@exit>

[@3.1]
#IF
checkGameGold > 49
#ACT
GameGold - 50
give GreatAxe 1
goto @enjoy
#ELSEACT
goto @error

[@3.2]
#IF
checkGameGold > 49
#ACT
GameGold - 50
give MageStaff 1
goto @enjoy
#ELSEACT
goto @error

[@3.3]
#IF
checkGameGold > 49
#ACT
GameGold - 50
give SerpentSword 1
goto @enjoy
#ELSEACT
goto @error

[@3.4]
#IF
checkGameGold > 49
#ACT
GameGold - 50
give RubyRing 1
goto @enjoy
#ELSEACT
goto @error

[@3.5]
#IF
checkGameGold > 49
#ACT
GameGold - 50
give DragonRing 1
goto @enjoy
#ELSEACT
goto @error

[@3.6]
#IF
checkGameGold > 49
#ACT
GameGold - 50
give PlatinumRing 1
goto @enjoy
#ELSEACT
goto @error

[@3.7]
#IF
checkGameGold > 49
#ACT
GameGold - 50
give SpellBracelet 1
goto @enjoy
#ELSEACT
goto @error

[@3.8]
#IF
checkGameGold > 49
#ACT
GameGold - 50
give 3rdEyeBracelet 1
goto @enjoy
#ELSEACT
goto @error

[@3.9]
#IF
checkGameGold > 49
#ACT
GameGold - 50
give KnightBracelet 1
goto @enjoy
#ELSEACT
goto @error

[@3.10]
#IF
checkGameGold > 49
#ACT
GameGold - 50
give ClawNecklace 1
goto @enjoy
#ELSEACT
goto @error

[@3.11]
#IF
checkGameGold > 49
#ACT
GameGold - 50
give Lifenecklace 1
goto @enjoy
#ELSEACT
goto @error

[@3.12]
#IF
checkGameGold > 49
#ACT
GameGold - 50
give PearlNecklace 1
goto @enjoy
#ELSEACT
goto @error

[@4]
Hi, each one of the items below can be purchased for 75 game\
Gold only! <Your current GameGolds are:> <$GAMEGOLD>\
\  \
<WoomaHorn/@4.1>\
\  \
<exit/@exit>

[@4.1]
#IF
checkGameGold > 74
#ACT
GameGold - 75
give WoomaHorn 1
goto @enjoy
#ELSEACT
goto @error


[@5]
Hi, each one of the items below can be purchased for 100 game\
Gold only! <Your current GameGolds are:> <$GAMEGOLD>\
\  \
<Recall Helmet/@5.1>     <2 Gold bars/@5.2>       <SkillNecklace/@5.3>\
\  \
<exit/@exit>

[@6]
Hi, each one of the items belo can be purchased for 150 game\
Gold only! <Your current GameGolds are:> <$GAMEGOLD>
\   \
<Black Iron Helmet/@6.1>   <Recall Bracelet/@6.2>   
\  \
<exit/@exit>

[@6.1]
#IF
checkGameGold > 149
#ACT
GameGold - 150
give BlackIronHelm 1
goto @enjoy
#ELSEACT
goto @error

[@6.2]
#IF
checkGameGold > 149
#ACT
GameGold - 150
give RecallBrace 1
goto @enjoy
#ELSEACT
goto @error


[@5.1]
#IF
checkGameGold > 99
#ACT
GameGold - 100
give RecallHelmet 1
goto @enjoy
#ELSEACT
goto @error

[@5.2]
#IF
checkGameGold > 99
#ACT
GameGold - 100
give GoldBar 2
goto @enjoy
#ELSEACT
goto @error

[@5.3]
#IF
checkGameGold > 99
#ACT
GameGold - 100
give SkillNecklace 1
goto @enjoy
#ELSEACT
goto @error

[@pets]
Hi,\
Below you will find a list of pets you may have for the GameGold\
specified, note that if you die or logout, your pet will die, we\
cannot provide you back with a replacement, if the server DOES \
crash, we will provide back GameGolds, lagouts do not count as\
they can be third party!\
\
<Show me the list of pets!/@pets1>\
<No thanks/@exit>

[@pets1]
<100 GameGolds/@pets1.4> - BoneLord\
\   \
<exit/@exit>

[@pets1.1]
#IF
checkGameGold > 9
CHECKSLAVECOUNT < 1
#ACT
GameGold - 10
recallmob EvilTongs
goto @enjoy
#ELSEACT
goto @error

[@pets1.2]
#IF
checkGameGold > 9
CHECKSLAVECOUNT < 1
#ACT
GameGold - 10
recallmob WhiteEvilBoar
goto @enjoy
#ELSEACT
goto @error

[@pets1.3]
#IF
checkGameGold > 19
CHECKSLAVECOUNT < 1
#ACT
GameGold - 20
recallmob Woomataurus
goto @enjoy
#ELSEACT
goto @error

[@pets1.4]
#IF
checkGameGold > 99
CHECKSLAVECOUNT < 1
#ACT
GameGold - 100
recallmob BoneLord
goto @enjoy
#ELSEACT
goto @error

[@7]
Hi, each one of the items below can be purchased for 200 game\
Gold only! <Your current GameGolds are:> <$GAMEGOLD>\
\  \
<DCStone(L)/@7.1>     <MCSTONE(L)/@7.2>     <TAOSTONE(L)/@7.3>\
;<Spell Bracelet/@7.4>   <3rdeyeBracelet/@7.5>    <KnightBracelet/@7.6>\
<Great Helmet/@7.7>
\  \
<exit/@exit>

[@7.1]
#IF
checkGameGold > 199
#ACT
GameGold - 200
give DcStone(L) 1
goto @enjoy
#ELSEACT
goto @error

[@7.2]
#IF
checkGameGold > 199
#ACT
GameGold - 200
give MCStone(L) 1
goto @enjoy
#ELSEACT
goto @error

[@7.3]
#IF
checkGameGold > 199
#ACT
GameGold - 200
give TaoStone(L)
goto @enjoy
#ELSEACT
goto @error

[@7.4]
#IF
checkGameGold > 199
#ACT
GameGold - 200
give SpellBracelet 1
goto @enjoy
#ELSEACT
goto @error

[@7.5]
#IF
checkGameGold > 199
#ACT
GameGold - 200
give 3rdEyeBracelet 1
goto @enjoy
#ELSEACT
goto @error

[@7.6]
#IF
checkGameGold > 199
#ACT
GameGold - 200
give KnightBracelet 1
goto @enjoy
#ELSEACT
goto @error

[@7.7]
#IF
checkGameGold > 199
#ACT
GameGold - 200
give GreatHelm 1
goto @enjoy
#ELSEACT
goto @error

[@8]
Hi, each one of the items below can be purchased for 400 game\
Gold only! <Your current GameGolds are:> <$GAMEGOLD>\
\  \
<Zuma JudgementMace/@8.1>     <Zuma SoulSpringWand/@8.2>    <Zuma WarmageStaff/@8.3>
\  \
<exit/@exit>

[@8.1]
#IF
checkGameGold > 399
#ACT
GameGold - 400
give ZumaJMace 1
goto @enjoy
#ELSEACT
goto @error

[@8.2]
#IF
checkGameGold > 399
#ACT
GameGold - 400
give ZumaSSW 1
goto @enjoy
#ELSEACT
goto @error

[@8.3]
#IF
checkGameGold > 399
#ACT
GameGold - 400
give ZumaWMS 1
goto @enjoy
#ELSEACT
goto @error

[@changegender]
<Changing Gender>\  \
You can now change gender at the price of <50 GameGolds>\
Would you like to change your gender?\  \
<yes please/@changecheck> | <No Thanks/@exit>

[@changecheck]
#IF
GENDER MAN
#ACT
goto @man
#ELSEACT
goto @woman

[@man]
#IF
checkGameGold > 49
#ACT
GameGold - 50
CHANGEGENDER 1
goto @genderdone1
#ELSEACT
goto @error

[@woman]
#IF
checkGameGold > 49
#ACT
GameGold - 50
CHANGEGENDER 0
goto @genderdone
#ELSEACT
goto @error

[@genderdone]
You have now changed gender!\  \
<You must logoff for it to take 100% effect>\
<exit/@exit>

[@9]
Hi, each one of the items below can be purchased for 500 game\
Gold only! <Your current GameGolds are:> <$GAMEGOLD>\
\  \
<Gold Chest/@9.1>
\  \
<exit/@exit>

[@9.1]
#IF
checkGameGold > 499
#ACT
GameGold - 500
give GoldChest 1
goto @enjoy
#ELSEACT
goto @error


[@10]
Hi, each one of the items below can be purchased for 1000 game\
Gold only! <Your current GameGolds are:> <$GAMEGOLD>\
\  \
<WarSpiritBlade/@10.1>          <MagicScythe/@10.2>          <StoneBambooFan/@10.3>          
\  \
<exit/@exit>

[@10.1]
#IF
checkGameGold > 999
#ACT
GameGold - 1000
give WarSpiritBlade 1
goto @enjoy
#ELSEACT
goto @error


[@10.2]
#IF
checkGameGold > 999
#ACT
GameGold - 1000
give MagicScythe 1
goto @enjoy
#ELSEACT
goto @error

[@10.3]
#IF
checkGameGold > 999
#ACT
GameGold - 1000
give StoneBambooFan 1
goto @enjoy
#ELSEACT
goto @error

;;;;;;;;;

[@recieve]
<GameGold collection>\   \
Welcome to GameGold collection, if you have donated then\
you can collect your Gold here, if your Gold are not\
given then either the system has not updated or you have not \
donated, so please wait, other than that, click below to collect \
your Gold.\
<Collect GameGolds/@checkGold> --- <About/@about> -- <Exit/@exit>

;; about ;;

[@about]
When you donate your name shall be added to the donation list\
which allows you to collect your Gold here, the system is \
crafted in order to give Gold up to donations of fivty pounds.\
This system was made so that neither persons had to be online to\
recieve the Gold and increasing the speed of Gold given overall.\
<exit/@exit>

;; Checks

[@checkGold]
#IF
checknamelist Lists\bonelord.txt
#ACT
delnamelist Lists\bonelord.txt
goto @collectbl
break

#IF
checknamelist Lists\half.txt
#ACT
addnamedatelist Lists\overallcollected.txt
delnamelist Lists\half.txt
goto @collecthalf
break

#IF
checknamelist Lists\5.txt
#ACT
addnamedatelist Lists\overallcollected.txt
delnamelist Lists\5.txt
goto @collect5
break

#IF
checknamelist Lists\10.txt
#ACT
addnamedatelist Lists\overallcollected.txt
delnamelist Lists\10.txt
goto @collect10
break

#IF
checknamelist Lists\15.txt
#ACT
addnamedatelist Lists\overallcollected.txt
delnamelist Lists\15.txt
goto @collect15
break

#IF
checknamelist Lists\20.txt
#ACT
addnamedatelist Lists\overallcollected.txt
delnamelist Lists\20.txt
goto @collect20
break

#IF
checknamelist Lists\25.txt
#ACT
addnamedatelist Lists\overallcollected.txt
delnamelist Lists\25.txt
goto @collect25
break

#IF
checknamelist Lists\30.txt
#ACT
addnamedatelist Lists\overallcollected.txt
delnamelist Lists\30.txt
goto @collect30
break

#IF
checknamelist Lists\35.txt
#ACT
addnamedatelist Lists\overallcollected.txt
delnamelist Lists\35.txt
goto @collect35
break

#IF
checknamelist Lists\40.txt
#ACT
addnamedatelist Lists\overallcollected.txt
delnamelist Lists\40.txt
goto @collect40
break

#IF
checknamelist Lists\45.txt
#ACT
addnamedatelist Lists\overallcollected.txt
delnamelist Lists\45.txt
goto @collect45
break

#IF
checknamelist Lists\50.txt
#ACT
addnamedatelist Lists\overallcollected.txt
delnamelist Lists\50.txt
goto @collect50
break

#ELSEACT
goto @noGold

;; No Gold message

[@noGold]
Sorry you either have not donated or the system has\
not updated yet.\
<exit/@exit>

;; Gold given

[@collecthalf]
#ACT
GameGold + 50
sendmsg 5 "Thanks for donating <$USERNAME> your Gold are now added, total currently is <$GAMEGOLD>"
CLOSE

[@collect5]
#ACT
GameGold + 100
sendmsg 5 "Thanks for donating <$USERNAME> your Gold are now added, total currently is <$GAMEGOLD>"
CLOSE

[@collect10]
#ACT
GameGold + 200
sendmsg 5 "Thanks for donating <$USERNAME> your Gold are now added, total currently is <$GAMEGOLD>"
CLOSE
[@collect15]
#ACT
GameGold + 300
sendmsg 5 "Thanks for donating <$USERNAME> your Gold are now added, total currently is <$GAMEGOLD>"
CLOSE

[@collect20]
#ACT
GameGold + 400
sendmsg 5 "Thanks for donating <$USERNAME> your Gold are now added, total currently is <$GAMEGOLD>"
CLOSE

[@collect25]
#ACT
GameGold + 500
sendmsg 5 "Thanks for donating <$USERNAME> your Gold are now added, total currently is <$GAMEGOLD>"
CLOSE

[@collect30]
#ACT
GameGold + 600
sendmsg 5 "Thanks for donating <$USERNAME> your Gold are now added, total currently is <$GAMEGOLD>"
CLOSE

[@collect35]
#ACT
GameGold + 700
sendmsg 5 "Thanks for donating <$USERNAME> your Gold are now added, total currently is <$GAMEGOLD>"
CLOSE

[@collect40]
#ACT
GameGold + 800
sendmsg 5 "Thanks for donating <$USERNAME> your Gold are now added, total currently is <$GAMEGOLD>"
CLOSE

[@collect45]
#ACT
GameGold + 900
sendmsg 5 "Thanks for donating <$USERNAME> your Gold are now added, total currently is <$GAMEGOLD>"
CLOSE

[@collect50]
#ACT
GameGold + 1000
sendmsg 5 "Thanks for donating <$USERNAME> your Gold are now added, total currently is <$GAMEGOLD>"
CLOSE

[@collectbl]
#ACT
GameGold + 50
sendmsg 5 "Sorry you lost your BoneLord, here are replacement Gold."
CLOSE


[@highrollers]
<Welcome to the high rollers>\   \
The high rollers club is simple, if your rich, and\
are silly enough to want to spend hundreds of real\
life pounds on this game to claim any item in game\
simply email <dan@ragezone.com> with the subject\
<'High rollers'>\
<exit/@exit>

[@special]
<Special Powers>\ 
These are unique features which can be bought!\  \
<100 Game Golds/@special1> - Increase your power rate by 50% for \
6 hours!\  \
<exit/@exit>

[@special1]
#IF
checkGameGold > 99
#ACT
GameGold - 100
POWERRATE 150 21600
goto @main

#ELSEACT
goto @error

[@bonus]
<Bonus point's>\   \
Bonus Gold are what enables you to add extra stats, for 10 pounds\
(200 Gold) you recieve 50 bonusGold to which could give you 1 dc\
and extra hp or mp or a multiple of things.\  \
<purchase 50 bonus Gold/@bonuspurchase> -- <Main/@main>\

[@bonuspurchase]
#IF
checkGameGold > 199
#ACT
GameGold - 200
bonuspoint + 50
sendmsg 6 "Bonus Gold added, to use click the flashing button near chat menu"
close


[@purchaseitem]
Welcome to the online shop, below is a list of items that can\
be purchased for a fee of xx, please note these prices are non\
negotiable and are fixed for a reason, all purchases are non\
refundable and of course, private.\  \
<Prices/@prices> -- <Why?/@why> -- <Exit/@exit>

[@why]
Why? Well everybody wishes to own an item at one point, now with\
lack of time and more money than sense, you too can own any item\
you desire, while you purchase an item you are safe in the sense\
knowing you are ensuring the future of ragezone and the server!!\
<purchaseitem/@purchaseitem>

[@prices]
Visit: http://mir2.ragezone.com/prices.txt\  \

<How to send payment!/@send> -- <purchaseitem/@send> -- <exit/@exit>


[@send]
To send you can use paypal to admin@imagestrip.net or you\
can use the safer method of nochex.com to dan@ragezone.com\
once sending include your char name and the item will be\ 
given to you within 24 hours. You may email me at dan@ragezone.com\
with subject (item purchase) for more details.\
<exit/@exit>


